home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMPLUGINS / TFRMPLUGINS.txt
Text File  |  2008-11-13  |  15KB  |  347 lines

  1. object frmPlugins: TfrmPlugins
  2.   Left = 406
  3.   Top = 162
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 
  7.     'Third Party Application Cleanup - Webroot Internet Security Esse' +
  8.     'ntials'
  9.   ClientHeight = 462
  10.   ClientWidth = 511
  11.   Color = clWhite
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -12
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCloseQuery = FormCloseQuery
  22.   OnCreate = FormCreate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 14
  26.   object pgcWashItems: TPageControl
  27.     Left = 0
  28.     Top = 0
  29.     Width = 511
  30.     Height = 462
  31.     ActivePage = tabCustomWash
  32.     Align = alClient
  33.     Style = tsButtons
  34.     TabOrder = 0
  35.     object tabCustomWash: TTabSheet
  36.       Caption = 'tabCustomWash'
  37.       ImageIndex = 6
  38.       TabVisible = False
  39.       object pnlHeaderPanel: TPanel
  40.         Left = 0
  41.         Top = 0
  42.         Width = 503
  43.         Height = 25
  44.         Align = alTop
  45.         BevelOuter = bvNone
  46.         Color = clWhite
  47.         TabOrder = 1
  48.         object lblWashListHeading: TResLabel
  49.           Left = 6
  50.           Top = 0
  51.           Width = 252
  52.           Height = 14
  53.           Caption = 'Select Individual Third Party Applications'
  54.           Font.Charset = ANSI_CHARSET
  55.           Font.Color = clWindowText
  56.           Font.Height = -12
  57.           Font.Name = 'Tahoma'
  58.           Font.Style = [fsBold]
  59.           ParentFont = False
  60.           Transparent = True
  61.           WordWrap = True
  62.         end
  63.       end
  64.       object Panel6: TPanel
  65.         Left = 0
  66.         Top = 25
  67.         Width = 503
  68.         Height = 363
  69.         Align = alClient
  70.         BevelOuter = bvNone
  71.         Color = clWhite
  72.         TabOrder = 2
  73.         DesignSize = (
  74.           503
  75.           363)
  76.         object lblPluginsAvailable: TResLabel
  77.           Left = 4
  78.           Top = 1
  79.           Width = 241
  80.           Height = 16
  81.           Alignment = taCenter
  82.           Caption = 'Plug-ins Available for a Custom Wash'
  83.           Color = clWhite
  84.           Font.Charset = ANSI_CHARSET
  85.           Font.Color = clBlack
  86.           Font.Height = -13
  87.           Font.Name = 'Tahoma'
  88.           Font.Style = [fsBold]
  89.           ParentColor = False
  90.           ParentFont = False
  91.           Transparent = True
  92.         end
  93.         object lvwPlugins: TTeListView
  94.           Left = 0
  95.           Top = 0
  96.           Width = 503
  97.           Height = 363
  98.           Align = alClient
  99.           Checkboxes = True
  100.           Color = clWhite
  101.           Columns = <
  102.             item
  103.               Caption = 'Third Party Application'
  104.               Width = 500
  105.             end>
  106.           ReadOnly = True
  107.           ParentShowHint = False
  108.           ShowHint = True
  109.           SmallImages = imlPlugins
  110.           TabOrder = 0
  111.           ViewStyle = vsReport
  112.           OnChange = lvwPluginsChange
  113.           OnChanging = lvwPluginsChanging
  114.           OnClick = lvwPluginsClick
  115.           OnColumnClick = lvwPluginsColumnClick
  116.           OnCustomDrawItem = lvwPluginsCustomDrawItem
  117.           OnInfoTip = lvwPluginsInfoTip
  118.           OnResize = lvwPluginsResize
  119.           OnSelectItem = lvwPluginsSelectItem
  120.           ThemeObject = 'default'
  121.         end
  122.       end
  123.       object pnlFooter: TTePanel
  124.         Left = 0
  125.         Top = 388
  126.         Width = 503
  127.         Height = 64
  128.         Align = alBottom
  129.         BevelOuter = bvNone
  130.         Color = clWhite
  131.         TabOrder = 0
  132.         ThemeObject = 'highlightpanel'
  133.         DesignSize = (
  134.           503
  135.           64)
  136.         object btnOK: TResTeButton
  137.           Left = 232
  138.           Top = 32
  139.           Width = 130
  140.           Height = 29
  141.           OnClick = btnOKClick
  142.           Anchors = [akRight, akBottom]
  143.           Caption = '&OK'
  144.           Spacing = 1
  145.           TabOrder = 0
  146.           WordWrap = True
  147.         end
  148.         object btnCancel: TResTeButton
  149.           Left = 368
  150.           Top = 32
  151.           Width = 130
  152.           Height = 29
  153.           Anchors = [akRight, akBottom]
  154.           Cancel = True
  155.           Caption = '&Cancel'
  156.           ModalResult = 2
  157.           Spacing = 1
  158.           TabOrder = 2
  159.           WordWrap = True
  160.         end
  161.         object cbxShowInstalled: TResTeCheckBox
  162.           Left = 3
  163.           Top = 5
  164.           Width = 498
  165.           Height = 20
  166.           OnClick = cbxShowInstalledClick
  167.           Caption = 'Only show installed third-party applications'
  168.           AllowGrayed = False
  169.           Alignment = kalLeftJustify
  170.           Checked = True
  171.           Spacing = 5
  172.           State = kcbsChecked
  173.           ThemeObject = 'default'
  174.           TabOrder = 1
  175.           Transparent = True
  176.           WordWrap = False
  177.           ResourceHint = 42336
  178.         end
  179.         object btnRedectAll: TResTeButton
  180.           Left = 97
  181.           Top = 32
  182.           Width = 130
  183.           Height = 29
  184.           OnClick = btnRedectAllClick
  185.           Anchors = [akRight, akBottom]
  186.           Caption = '&Redetect All'
  187.           Spacing = 1
  188.           TabOrder = 3
  189.           WordWrap = True
  190.         end
  191.       end
  192.     end
  193.   end
  194.   object imlPlugins: TImageList
  195.     Left = 477
  196.     Bitmap = {
  197.       494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  198.       0000000000003600000028000000400000001000000001002000000000000010
  199.       0000000000000000000000000000000000000000000000000000000000000000
  200.       0000000000000000000000000000000000000000000000000000000000000000
  201.       0000000000000000000000000000000000000000000000000000000000000000
  202.       0000000000000000000000000000000000000000000000000000000000000000
  203.       0000000000000000000000000000000000000000000000000000000000000000
  204.       0000000000000000000000000000000000000000000000000000000000000000
  205.       0000000000000000000000000000000000000000000000000000000000000000
  206.       0000000000000000000000000000000000000000000000000000000000000000
  207.       0000000000000000000000000000000000000000000000000000000000000000
  208.       0000000000000000000000000000000000000000000000000000000000000000
  209.       0000000000000000000000000000000000000000000000000000000000000000
  210.       0000000000000000000000000000000000000000000000000000000000000000
  211.       0000000000000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000000000000000000000000000000000
  215.       00000000000000000000000000000000000097928FFF97928FFF97928FFF9792
  216.       8FFF97928FFF97928FFF97928FFF97928FFF97928FFF97928FFF97928FFF9792
  217.       8FFF97928FFF97928FFF97928FFF97928FFF0000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000000000000
  223.       00000000000000000000000000000000000097928FFF000000FF000000FF0000
  224.       00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
  225.       00FF000000FF000000FF000000FF97928FFF0000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       00000000000000000000000000000000000097928FFF000000FF000000FF0000
  232.       00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
  233.       00FF000000FF000000FF000000FF97928FFF0000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       00000000000000000000000000000000000097928FFF000000FF000000FF0000
  240.       00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
  241.       00FF000000FF000000FF000000FF97928FFF0000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       00000000000000000000000000000000000097928FFF000000FF000000FF0000
  248.       00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
  249.       00FF000000FF000000FF000000FF97928FFF0000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       00000000000000000000000000000000000097928FFF121313FF121313FF1213
  256.       13FF121313FF121313FF121313FF121313FF121313FF121313FF121313FF1213
  257.       13FF121313FF121313FF121313FF97928FFF0000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       00000000000000000000000000000000000097928FFF2D2E2FFF2D2E2FFF2D2E
  264.       2FFF2D2E2FFF2D2E2FFF2D2E2FFF2D2E2FFF2D2E2FFF2D2E2FFF2D2E2FFF2D2E
  265.       2FFF2D2E2FFF2D2E2FFF2D2E2FFF97928FFF0000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       00000000000000000000000000000000000097928FFF4A4D4EFF4A4D4EFF4A4D
  272.       4EFF4A4D4EFF4A4D4EFF4A4D4EFF4A4D4EFF4A4D4EFF4A4D4EFF4A4D4EFF4A4D
  273.       4EFF4A4D4EFF4A4D4EFF4A4D4EFF97928FFF0000000000000000000000000000
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000
  278.       0000000000000000000000000000000000000000000000000000000000000000
  279.       00000000000000000000000000000000000097928FFF65686AFF65686AFF6568
  280.       6AFF65686AFF65686AFF65686AFF65686AFF65686AFF65686AFF65686AFF6568
  281.       6AFF65686AFF65686AFF65686AFF97928FFF0000000000000000000000000000
  282.       0000000000000000000000000000000000000000000000000000000000000000
  283.       0000000000000000000000000000000000000000000000000000000000000000
  284.       0000000000000000000000000000000000000000000000000000000000000000
  285.       0000000000000000000000000000000000000000000000000000000000000000
  286.       0000000000000000000000000000000000000000000000000000000000000000
  287.       00000000000000000000000000000000000097928FFF777B7DFF777B7DFF777B
  288.       7DFF777B7DFF777B7DFF777B7DFF777B7DFF777B7DFF777B7DFF777B7DFF777B
  289.       7DFF777B7DFF777B7DFF777B7DFF97928FFF0000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       00000000000000000000000000000000000097928FFFCDCCCAFFCDCCCAFFCDCC
  296.       CAFFCDCCCAFFCDCCCAFFCDCCCAFFCDCCCAFFCDCCCAFFCDCCCAFFCDCCCAFFCDCC
  297.       CAFFCDCCCAFFCDCCCAFFCDCCCAFF97928FFF0000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       00000000000000000000000000000000000097928FFFE0D9D3FFE0D9D3FFE0D9
  304.       D3FFE0D9D3FFE0D9D3FFE0D9D3FFE0D9D3FFE0D9D3FFE0D9D3FF917968FFE0D9
  305.       D3FF917968FFE0D9D3FF917968FF97928FFF0000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       00000000000000000000000000000000000097928FFF97928FFF97928FFF9792
  312.       8FFF97928FFF97928FFF97928FFF97928FFF97928FFF97928FFF97928FFF9792
  313.       8FFF97928FFF97928FFF97928FFF97928FFF0000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000000000000000000000000000
  327.       000000000000000000000000000000000000424D3E000000000000003E000000
  328.       2800000040000000100000000100010000000000800000000000000000000000
  329.       000000000000000000000000FFFFFF00FFFF000000000000FFFF000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       0000000000000000000000000000000000000000000000000000000000000000
  333.       0000000000000000FFFF00000000000000000000000000000000000000000000
  334.       000000000000}
  335.   end
  336.   object TeForm2: TTeForm2
  337.     ThemeObject = 'standarddialog'
  338.     Left = 8
  339.     Top = 424
  340.   end
  341.   object tmrDelayPluginBuild: TTimer
  342.     Interval = 500
  343.     Left = 40
  344.     Top = 424
  345.   end
  346. end
  347.